[INFO] cloning repository https://github.com/phughk/html-xpath-regex
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/phughk/html-xpath-regex" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphughk%2Fhtml-xpath-regex", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphughk%2Fhtml-xpath-regex'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f8e466131338a5504449be98027fa3d9c7d396ac
[INFO] fixing phughk/html-xpath-regex against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphughk%2Fhtml-xpath-regex" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/phughk/html-xpath-regex
[INFO] finished tweaking git repo https://github.com/phughk/html-xpath-regex
[INFO] tweaked toml for git repo https://github.com/phughk/html-xpath-regex written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/phughk/html-xpath-regex on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/phughk/html-xpath-regex already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rmcp-macros v0.17.0
[INFO] [stderr]   Downloaded rmcp v0.17.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 159979265b73a73eb1fa4b8c9bea6a67a5e3bddb94c7835fa0cbd3cb432637cd
[INFO] running `Command { std: "docker" "start" "159979265b73a73eb1fa4b8c9bea6a67a5e3bddb94c7835fa0cbd3cb432637cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "159979265b73a73eb1fa4b8c9bea6a67a5e3bddb94c7835fa0cbd3cb432637cd" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "159979265b73a73eb1fa4b8c9bea6a67a5e3bddb94c7835fa0cbd3cb432637cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "159979265b73a73eb1fa4b8c9bea6a67a5e3bddb94c7835fa0cbd3cb432637cd" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking mac v0.1.1
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]     Checking dtoa v1.0.11
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking servo_arc v0.4.3
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking clap_lex v1.0.0
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling rmcp v0.17.0
[INFO] [stderr]     Checking getopts v0.2.24
[INFO] [stderr]     Checking dtoa-short v0.3.5
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking ego-tree v0.10.0
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking clap_builder v4.5.60
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling string_cache_codegen v0.5.4
[INFO] [stderr]    Compiling selectors v0.26.0
[INFO] [stderr]    Compiling markup5ever v0.14.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking tempfile v3.26.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling match_token v0.1.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking ref-cast v1.0.25
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking cssparser v0.34.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling rmcp-macros v0.17.0
[INFO] [stderr]     Checking clap v4.5.60
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking string_cache v0.8.9
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]     Checking html5ever v0.29.1
[INFO] [stderr]     Checking scraper v0.22.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking html-xpath-regex v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parsing.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 |         source_offset,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ expected `usize`, found `Option<usize>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected type `usize`
[INFO] [stdout]                found enum `std::option::Option<usize>`
[INFO] [stdout] help: consider using `Option::expect` to unwrap the `std::option::Option<usize>` value, panicking if the value is an `Option::None`
[INFO] [stdout]     |
[INFO] [stdout] 125 |         source_offset: source_offset.expect("REASON"),
[INFO] [stdout]     |                      ++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `is_some` found for type `usize` in the current scope
[INFO] [stdout]    --> src/css.rs:387:40
[INFO] [stdout]     |
[INFO] [stdout] 387 |         assert!(results[0].file_offset.is_some());
[INFO] [stdout]     |                                        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `is_one` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 387 -         assert!(results[0].file_offset.is_some());
[INFO] [stdout] 387 +         assert!(results[0].file_offset.is_one());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `usize` with `std::option::Option<{integer}>`
[INFO] [stdout]    --> src/css.rs:397:9
[INFO] [stdout]     |
[INFO] [stdout] 397 |         assert_eq!(results[0].file_offset, Some(22));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `usize == std::option::Option<{integer}>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq<std::option::Option<{integer}>>` is not implemented for `usize`
[INFO] [stdout] help: `usize` implements trait `PartialEq<Rhs>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cmp.rs:1876:12
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PartialEq`
[INFO] [stdout]    ::: /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cmp.rs:1900:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/partial_eq.rs:76:13
[INFO] [stdout]     |
[INFO] [stdout]  76 |               impl PartialEq<Value> for $ty {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `PartialEq<serde_json::Value>`
[INFO] [stdout] ...
[INFO] [stdout]  97 | / partialeq_numeric! {
[INFO] [stdout]  98 | |     eq_i64[i8 i16 i32 i64 isize]
[INFO] [stdout]  99 | |     eq_u64[u8 u16 u32 u64 usize]
[INFO] [stdout] 100 | |     eq_f32[f32]
[INFO] [stdout] 101 | |     eq_f64[f64]
[INFO] [stdout] 102 | |     eq_bool[bool]
[INFO] [stdout] 103 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `partialeq_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `is_some` found for type `usize` in the current scope
[INFO] [stdout]    --> src/css.rs:437:40
[INFO] [stdout]     |
[INFO] [stdout] 437 |         assert!(results[0].file_offset.is_some());
[INFO] [stdout]     |                                        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `is_one` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 437 -         assert!(results[0].file_offset.is_some());
[INFO] [stdout] 437 +         assert!(results[0].file_offset.is_one());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `usize` with `std::option::Option<{integer}>`
[INFO] [stdout]    --> src/css.rs:467:9
[INFO] [stdout]     |
[INFO] [stdout] 467 |         assert_eq!(results[0].file_offset, Some(22));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `usize == std::option::Option<{integer}>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq<std::option::Option<{integer}>>` is not implemented for `usize`
[INFO] [stdout] help: `usize` implements trait `PartialEq<Rhs>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cmp.rs:1876:12
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PartialEq`
[INFO] [stdout]    ::: /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cmp.rs:1900:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/partial_eq.rs:76:13
[INFO] [stdout]     |
[INFO] [stdout]  76 |               impl PartialEq<Value> for $ty {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `PartialEq<serde_json::Value>`
[INFO] [stdout] ...
[INFO] [stdout]  97 | / partialeq_numeric! {
[INFO] [stdout]  98 | |     eq_i64[i8 i16 i32 i64 isize]
[INFO] [stdout]  99 | |     eq_u64[u8 u16 u32 u64 usize]
[INFO] [stdout] 100 | |     eq_f32[f32]
[INFO] [stdout] 101 | |     eq_f64[f64]
[INFO] [stdout] 102 | |     eq_bool[bool]
[INFO] [stdout] 103 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `partialeq_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `is_some` found for type `usize` in the current scope
[INFO] [stdout]    --> src/css.rs:487:40
[INFO] [stdout]     |
[INFO] [stdout] 487 |         assert!(results[0].file_offset.is_some());
[INFO] [stdout]     |                                        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `is_one` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 487 -         assert!(results[0].file_offset.is_some());
[INFO] [stdout] 487 +         assert!(results[0].file_offset.is_one());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/parsing.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 |         source_offset,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ expected `usize`, found `Option<usize>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected type `usize`
[INFO] [stdout]                found enum `std::option::Option<usize>`
[INFO] [stdout] help: consider using `Option::expect` to unwrap the `std::option::Option<usize>` value, panicking if the value is an `Option::None`
[INFO] [stdout]     |
[INFO] [stdout] 125 |         source_offset: source_offset.expect("REASON"),
[INFO] [stdout]     |                      ++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `is_some` found for type `usize` in the current scope
[INFO] [stdout]    --> src/xpath.rs:410:40
[INFO] [stdout]     |
[INFO] [stdout] 410 |         assert!(results[0].file_offset.is_some());
[INFO] [stdout]     |                                        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `is_one` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 410 -         assert!(results[0].file_offset.is_some());
[INFO] [stdout] 410 +         assert!(results[0].file_offset.is_one());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `usize` with `std::option::Option<{integer}>`
[INFO] [stdout]    --> src/xpath.rs:420:9
[INFO] [stdout]     |
[INFO] [stdout] 420 |         assert_eq!(results[0].file_offset, Some(27));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `usize == std::option::Option<{integer}>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq<std::option::Option<{integer}>>` is not implemented for `usize`
[INFO] [stdout] help: `usize` implements trait `PartialEq<Rhs>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cmp.rs:1876:12
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PartialEq`
[INFO] [stdout]    ::: /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cmp.rs:1900:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/partial_eq.rs:76:13
[INFO] [stdout]     |
[INFO] [stdout]  76 |               impl PartialEq<Value> for $ty {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `PartialEq<serde_json::Value>`
[INFO] [stdout] ...
[INFO] [stdout]  97 | / partialeq_numeric! {
[INFO] [stdout]  98 | |     eq_i64[i8 i16 i32 i64 isize]
[INFO] [stdout]  99 | |     eq_u64[u8 u16 u32 u64 usize]
[INFO] [stdout] 100 | |     eq_f32[f32]
[INFO] [stdout] 101 | |     eq_f64[f64]
[INFO] [stdout] 102 | |     eq_bool[bool]
[INFO] [stdout] 103 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `partialeq_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `is_some` found for type `usize` in the current scope
[INFO] [stdout]    --> src/xpath.rs:459:40
[INFO] [stdout]     |
[INFO] [stdout] 459 |         assert!(results[0].file_offset.is_some());
[INFO] [stdout]     |                                        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `is_one` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 459 -         assert!(results[0].file_offset.is_some());
[INFO] [stdout] 459 +         assert!(results[0].file_offset.is_one());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `usize` with `std::option::Option<{integer}>`
[INFO] [stdout]    --> src/xpath.rs:482:9
[INFO] [stdout]     |
[INFO] [stdout] 482 |         assert_eq!(results[0].file_offset, Some(27));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `usize == std::option::Option<{integer}>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq<std::option::Option<{integer}>>` is not implemented for `usize`
[INFO] [stdout] help: `usize` implements trait `PartialEq<Rhs>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cmp.rs:1876:12
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PartialEq`
[INFO] [stdout]    ::: /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cmp.rs:1900:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/partial_eq.rs:76:13
[INFO] [stdout]     |
[INFO] [stdout]  76 |               impl PartialEq<Value> for $ty {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `PartialEq<serde_json::Value>`
[INFO] [stdout] ...
[INFO] [stdout]  97 | / partialeq_numeric! {
[INFO] [stdout]  98 | |     eq_i64[i8 i16 i32 i64 isize]
[INFO] [stdout]  99 | |     eq_u64[u8 u16 u32 u64 usize]
[INFO] [stdout] 100 | |     eq_f32[f32]
[INFO] [stdout] 101 | |     eq_f64[f64]
[INFO] [stdout] 102 | |     eq_bool[bool]
[INFO] [stdout] 103 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `partialeq_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `usize` with `std::option::Option<{integer}>`
[INFO] [stdout]    --> src/xpath.rs:505:9
[INFO] [stdout]     |
[INFO] [stdout] 505 |         assert_eq!(results[0].file_offset, Some(15));
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `usize == std::option::Option<{integer}>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `PartialEq<std::option::Option<{integer}>>` is not implemented for `usize`
[INFO] [stdout] help: `usize` implements trait `PartialEq<Rhs>`
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cmp.rs:1876:12
[INFO] [stdout]     |
[INFO] [stdout]     = note: `PartialEq`
[INFO] [stdout]    ::: /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/cmp.rs:1900:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/value/partial_eq.rs:76:13
[INFO] [stdout]     |
[INFO] [stdout]  76 |               impl PartialEq<Value> for $ty {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `PartialEq<serde_json::Value>`
[INFO] [stdout] ...
[INFO] [stdout]  97 | / partialeq_numeric! {
[INFO] [stdout]  98 | |     eq_i64[i8 i16 i32 i64 isize]
[INFO] [stdout]  99 | |     eq_u64[u8 u16 u32 u64 usize]
[INFO] [stdout] 100 | |     eq_f32[f32]
[INFO] [stdout] 101 | |     eq_f64[f64]
[INFO] [stdout] 102 | |     eq_bool[bool]
[INFO] [stdout] 103 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `assert_eq` which comes from the expansion of the macro `partialeq_numeric` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `html-xpath-regex` (bin "html-xpath-regex" test) due to 11 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `html-xpath-regex` (bin "html-xpath-regex") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "159979265b73a73eb1fa4b8c9bea6a67a5e3bddb94c7835fa0cbd3cb432637cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "159979265b73a73eb1fa4b8c9bea6a67a5e3bddb94c7835fa0cbd3cb432637cd", kill_on_drop: false }`
[INFO] [stdout] 159979265b73a73eb1fa4b8c9bea6a67a5e3bddb94c7835fa0cbd3cb432637cd
